home *** CD-ROM | disk | FTP | other *** search
/ distrib.akp.su/Programming/Vb-6+Rus/ / distrib.akp.su.tar / distrib.akp.su / Programming / Vb-6+Rus / ! BIBLIOTEKI ! / HELPSCRB.352 / Setup.exe / 0 / RCDATA / TSPLASHFORM / TSPLASHFORM.txt < prev   
Text File  |  1998-03-13  |  1KB  |  52 lines

  1. object SplashForm: TSplashForm
  2.   Left = 238
  3.   Top = 653
  4.   BorderIcons = []
  5.   BorderStyle = bsNone
  6.   ClientHeight = 48
  7.   ClientWidth = 271
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = [fsBold]
  13.   Position = poScreenCenter
  14.   PixelsPerInch = 96
  15.   TextHeight = 13
  16.   object Panel1: TPanel
  17.     Left = 0
  18.     Top = 0
  19.     Width = 271
  20.     Height = 48
  21.     Align = alClient
  22.     BevelInner = bvRaised
  23.     BorderWidth = 1
  24.     TabOrder = 0
  25.     object Image1: TImage
  26.       Left = 8
  27.       Top = 8
  28.       Width = 32
  29.       Height = 32
  30.       AutoSize = True
  31.       Picture.Data = {<image000.ico>}
  32.     end
  33.     object Image2: TImage
  34.       Left = 229
  35.       Top = 8
  36.       Width = 32
  37.       Height = 32
  38.       AutoSize = True
  39.       Picture.Data = {<image001.ico>}
  40.     end
  41.     object Label1: TLabel
  42.       Left = 47
  43.       Top = 17
  44.       Width = 177
  45.       Height = 13
  46.       Alignment = taCenter
  47.       AutoSize = False
  48.       Caption = 'Loading HelpScribble Setup...'
  49.     end
  50.   end
  51. end
  52.